PlanScreen

Description

This rule enables the user to define plan specific data and allows other business rules to reference the data.  This rule defines the elements and values of the Plan screen business rule including validation.   

PlanScreen Element/Attribute Table

Element/Tag

Definition

Attribute

Element/Attribute Value and Description

<PlanScreen>

The opening and closing tag of the business rule.

 

 

   <Fields>

Required
Field element is repeatable.  Allows configuration of the dynamic field(s), which define the contents of the Plan screen.

 

 

      <Field>

See Fields Element.

 

 

   <Events>

See ActionEvents.

 

 

 

XML Example

<PlanScreen>

     <Fields>

          <Field>

                <Name>ProductCode</Name>

                <Display>Product Code</Display>

                <DataType>Text</DataType>

          </Field>

          <Field>

                 <Name>MaximumIssueAge</Name>

                 <Display>Max Issue Age</Display>

                 <DataType>Integer</DataType>

          </Field>

          <Field>

                  <Name>MinimumFaceAmount</Name>

                  <Display>Min Face Amount</Display>

                  <DataType>Money</DataType>

          </Field>

     </Fields>

</PlanScreen>